.product_top
{
    width: 100%;
    height: 83px;
    /*background-color: #fdfdfe;*/
}

.product_top_son
{
    width: 1300px;
    height: 83px;
    /*background-color: #00e687;*/
    margin: 0 auto;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.product_top_logo
{
    width: 153px;
    height: 65px;
    float: left;
    margin-top: 10px;
}

.product_top_logo img
{
    width: 100%;
    height: 100%;
}

.product_top_search
{
    width: 652px;
    height: 46px;
    background-color: #fdfdfe;
    margin: 0 auto;
    margin-top: 33px;
    box-sizing: border-box;
    border: 2px solid rgb(27, 148, 224);
}

.product_top_search form select
{
    width: 90px;
    height: 30px;
    border: none;
    background-color: #fdfdfe;
    text-indent: 1em;
    outline: none;
}

input
{
    outline: none;
}
input[type="text"]
{
    width: 428px;
    height: 20px;
    display: inline-block;
    border: none;
}

input[type="submit"]
{
    width: 130px;
    height: 42px;
    border: none;
    display: inline-block;
    font-size: 16px;
    background-color: #1b93df;
    color: #FFF;
    cursor: pointer;
}

/* 轮播图 */

.shuffling
{
    width: 100%;
    height: 327px;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a img{
    width: 100%;
}


/* 内容部分 */

.product_content
{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-color: #6e7272;*/
    margin-top: 45px;
}


.product_content_son
{
    width: 1300px;
    height: auto;
    overflow: hidden;
    /*background-color: #ffa580;*/
    margin: 0 auto;
}

.product_content_son_title
{
    width: 1300px;
    height: 45px;
    background-color: #FFF;
    box-sizing: border-box;
    border-left: 5px solid #1b93df;
}

.product_content_son_title p
{
    color: #888;
    font-size: 18px;
    padding-left: 5px;
    line-height: 45px;
}
.product_content_son_title_left{
    float: left;
}
.product_content_son_title_left p a{
    text-decoration: none;
    font-size: 18px;
    color: #1b94e0;
}

.product_content_son_title_right
{
    float: right;
    padding-right: 10px;
}

.product_content_son_title_right p{
    font-size: 13px;
}
.product_content_son_title_right p a{
    font-size: 13px;
    color: #FF1000;
    text-decoration: none;
    font-weight: bold;
}


/* 行业类目 */

.product_content_category
{
    width: 100%;
    height: 47px;
    background-color: #FFF;
    border: 1px solid #efefef;
    border-bottom: none;
    box-sizing: border-box;
    overflow: hidden;
}


.btm
{
    border: 1px solid #efefef;
    /*border-top: none;*/
    box-sizing: border-box;
}

.mar{
    margin-top: 20px;
}


.product_content_category_title
{
    width: 90px;
    height: 25px;
    /*background-color: #3aff25;*/
    float: left;
    color: #888;
    padding-left: 20px;
    line-height: 25px;
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
}

.product_content_category_content{
    float: left;
    width: 1098px;
    min-height: 50px;
    height: auto;
    background-color: #FFF;
}

.product_content_category_content a{
    font-size: 12px;
    width: 120px;
    height: 25px;
    display: inline-block;
    background-color: rgba(255, 234, 212, 0);
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

.product_content_category_content a:hover
{
    color: #1b94e0;
}


.btns
{
    width: 80px;
    height: 25px;
    /*background-color: #c680ff;*/
    border: none;
    float: right;
    margin-top: 10px;
}

.btns button
{
    width: 50px;
    height: 25px;
    border: 1px solid #1b94e0;
    box-sizing: border-box;
    background-color: transparent;
    color: #1b94e0;
    font-size: 12px;
    outline: none;
    cursor: pointer;
}

.region
{
    width: 1300px;
    height: 40px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.region_son{
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 39px;
    text-align: center;
    position: relative;
    border: 1px solid #efefef;
    border-left: none;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
    cursor: pointer;
}

.region .region_son span
{
    font-size: 13px;
    color: #666;
    line-height: 40px;
    cursor: pointer;
}

.region .region_son span a
{
    text-decoration: none;
    color: #666;
}

.region .region_son span input
{
    position: absolute;
    top: 14px;
    left: 10px;
}
#span_s
{
    position:relative;
}

.region_s
{
    width: 450px !important;
    height: auto !important;
    background-color: #FFF;
    border: 1px solid #efefef;
    box-sizing: border-box;
    position: absolute !important;
    top: 39px;
    left: -5px;
    z-index: 10000;
    display: none;
}

.region_s_To
{
    width: 420px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    text-align: left;
    border-bottom: 1px solid #efefef !important;
    box-sizing: border-box;
    /*display: inline-block;*/
    /*border-bottom: 1px solid #efefef;*/
    margin: 8px;
}

.region_s_To>span{
    width: 55px;
    height: 25px;
    display: inline-block;
    background-color: #FFF;
    text-align: center;
    line-height: 25px !important;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 16px;
    margin-bottom: 8px;
}

.region_s_To>span>a{
    font-size: 12px;
}

.region_block:hover .region_s
{
    display: block;
}


.region_s_To>span:hover
{
    background-color: #1b94e0;
}
.region_s_To>span:hover a{
    color: #FFF;
}

.region_ss
{
    width: 100px;
    height: auto;
    overflow: hidden;
    background-color: #ff27d6;
    display: none;
    position: absolute;
}

.region_s_Tos{
    width: 100px;
    height: auto;
    overflow: hidden;
    background-color: #0013ff;
}

.region_block:hover .region_ss{
    display: block;
}

.region_s_Tos span{
    display: inline-block;
    width: 100px;
    height: 35px;
    /*border: 1px solid #000;*/
    /*box-sizing: border-box;*/
    background-color: #FFF;
}
.region_s_Tos span:hover{
    background-color: #1b94e0;
}

.region_s_Tos span:hover span>a{
    color: #FFF !important;
}



.region_s_Tos span>a{
    text-align: left !important;
}


/* 产品 */

.product
{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-color: #ffdf9f;*/
}

.product_main{
    width: 1300px;
    height: auto;
    background-color: #FFF;
    float: left;
    /*margin-left: 50px;*/
}

.product_main_left
{
    width: 975px;
    height: auto;
    overflow: hidden;
    /*background-color: #06ff00;*/
    float: left;
}

.product_main_left_son
{
    width: 222px;
    height: 362px;
    background-color: #FFF;
    float: left;
    margin-right: 18px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-top: 20px;
}

.product_main_left_son_img
{
    width: 222px;
    height: 222px;
    /*background-color: #ff5c3a;*/
    overflow: hidden;
}


.product_main_left_son_img img
{
    width: 100%;
    height: 100%;
    transition: 0.3s;

}

.product_main_left_son_img img:hover
{
    transform: scale(1.07);
}


.product_main_left_son_address
{
    width: 222px;
    height: 42px;
    /*background-color: #20f8ff;*/
}


.product_main_left_son_address p{
    font-size: 16px;
    font-weight: 600;
    color: #FF1000;
    float: left;
    margin-left: 3px;
    line-height: 42px;
}

.product_main_left_son_address b a
{
    text-decoration: none;
    color: #666;
}

.product_main_left_son_address p a
{
    color: #FF1000;
    text-decoration: none;
}


.product_main_left_son_address b
{
    font-weight: 500;
    font-size: 12px;
    line-height: 42px;
    float: right;
    padding-right: 10px;
}

.product_main_left_son_content
{
    width: 210px;
    margin: 0 auto;
    height: 30px;
    /*background-color: #89ffc7;*/
}

.fenb
{
	   font-size: 12px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
}

.fenb>a
{
	padding-left: 5px;
}

.product_main_left_son_content a
{
    font-size: 12px;
    color: #666;
    text-decoration: none;
    line-height: 36px;
}

.product_main_left_son_merchants
{
    width: 210px;
    margin: 0 auto;
    height: 25px;
    /*background-color: #ff4300;*/
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}

.product_main_left_son_merchants a
{
    font-size: 13px;
    line-height:  25px;
    color: #999;
    text-decoration: none;
}

.product_main_left_son_icon {
    width: 210px;
    height: 50px;
    font-size: 12px;
    /*background-color: #5ff7ff;*/
    margin: 0 auto;
}

.product_main_left_son_icon img{
    display: inline-block;
    padding-top: 5px;
}


.product_main_left_son_icon p
{
    display: inline-block;
    color: #FF1000;
    font-size: 13px;
}

.product_main_right
{
    width: 320px;
    height: auto;
    overflow: hidden;
    float: right;
    /*background-color: #ff8a4c;*/
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-top: 20px;
}

.product_main_right_content
{
    width: 265px;
    height: 355px;
    /*background-color: #ff5735;*/
    margin: 0 auto;
    cursor: pointer;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_main_right_content_img
{
    width: 265px;
    height: 265px;
    overflow: hidden;
}

.product_main_right_content_img img
{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.product_main_right_content_img img:hover
{
	transform: scale(1.1);
}

.product_main_right_title
{
    width: 270px;
    height: 35px;
    /*background-color: #ff3000;*/
    margin: 0 auto;
}

.product_main_right_title h4
{
    color: #666;
    font-weight: 600;
    line-height: 55px;
    font-size: 18px;
}

.product_main_right_itit
{
    /*background-color: #ffeb10;*/
    width: 265px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;

}

.product_main_right_itit a{

    color: #FF1000;
    line-height: 30px;
    text-decoration: none;
    font-size: 18px;
}

.product_main_right_bottom
{
    width: 265px;
    height: 50px;
    /*background-color: #1183ff;*/
    font-size: 13px;
    overflow: hidden;
}


.fenye
{
    width: 1000px;
    height: 60px;
    /*background-color: #b247ff;*/
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}


.fenye div
{
    width: 80px;
    height: 35px;
    background-color: #FFF;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    float: left;
    border: 1px solid #1b94e0;
    box-sizing: border-box;
    margin-top: 12px;
}

.fenye div a{
    width: 80px;
    height: 35px;
    display: inline-block;
    color: #1b94e0;
    text-decoration: none;
}
.fenye ul li{
    float: left;
    list-style: none;
    margin-top: 12px;
    display: inline-block;
    width: 50px;
    height: 35px;
    border: 1px solid #1b94e0;
    box-sizing: border-box;
    margin-right: 6px;
    margin-left: 8px;
    border-radius: 5px;
    background-color: #fff;
}

.fenye ul li a{
    display: inline-block;
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 35px;
    color: #1b94e0;
}